Do we have Irrlicht 1.9 on GitHub?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Do we have Irrlicht 1.9 on GitHub?

Post by sunnystormy »

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! :)
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
Foaly
Posts: 142
Joined: Tue Apr 15, 2014 8:45 am
Location: Germany

Re: Do we have Irrlicht 1.9 on GitHub?

Post by Foaly »

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.
sunnystormy
Posts: 105
Joined: Mon Jun 02, 2014 2:32 am
Location: Washington, D.C.
Contact:

Re: Do we have Irrlicht 1.9 on GitHub?

Post by sunnystormy »

@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.
My blog: http://fsgdp.wordpress.com "The Free Software Game Development Pipeline"
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Do we have Irrlicht 1.9 on GitHub?

Post by hendu »

Install git-svn, or whatever it's called, then you can use git commands.
Post Reply