As the title states, I wanted to know if we have version 1.9 on GitHub somewhere? I'd like to play around with the GLES renderer and see how well it performs on different ARM boards.
Thank you!
Do we have Irrlicht 1.9 on GitHub?
-
- Posts: 105
- Joined: Mon Jun 02, 2014 2:32 am
- Location: Washington, D.C.
- Contact:
Do we have Irrlicht 1.9 on GitHub?
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
Re: Do we have Irrlicht 1.9 on GitHub?
There's the svn: https://sourceforge.net/p/irrlicht/code/HEAD/tree/
There are also some git mirrors, but they aren't up to date as far as I know.
There are also some git mirrors, but they aren't up to date as far as I know.
-
- Posts: 105
- Joined: Mon Jun 02, 2014 2:32 am
- Location: Washington, D.C.
- Contact:
Re: Do we have Irrlicht 1.9 on GitHub?
@Foaly
Good to know!
Is there a way we could get started on making the migration to GitHub, then? I'm able to download the source manually, but navigating SVN's command-syntax is a pain compared to Git.
Good to know!
Is there a way we could get started on making the migration to GitHub, then? I'm able to download the source manually, but navigating SVN's command-syntax is a pain compared to Git.
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
Re: Do we have Irrlicht 1.9 on GitHub?
Install git-svn, or whatever it's called, then you can use git commands.