Leadwerks 3.1 Enters Beta; Heading to Steam Dev Days

Published October 29, 2013
Advertisement
[color=rgb(0,0,0)][font=arial]Leadwerks 3.1 has entered the beta testing phase on schedule according to our development plan laid out in the [/font][/color]Leadwerks for Linux[color=rgb(0,0,0)][font=arial] Kickstarter campaign. Supporters who chose the SUPER BACKER reward have been granted access to try the early builds of Leadwerks for Linux.[/font][/color]

[color=rgb(0,0,0)][font=arial]We chose to use the excellent Code::Blocks IDE for Linux development. Beta testers can access the full [/font][/color]Leadwerks API[color=rgb(0,0,0)][font=arial] to program graphics, physics, and gameplay, along with a few new functions like Camera::SetMultisampleMode(), which sets the render antialiasing level.[/font][/color]

blogentry-1364-0-71570100-1383077510_thumb.jpg

[color=rgb(0,0,0)][font=arial]Although the beta is not a complete finished product, we've already learned a lot about building high-end graphics for Linux. First of all, the Linux OpenGL drivers for ATI and Nvidia hardware are fine. We've encountered no graphics drivers bugs (so far). This may be due to the streamlined nature of OpenGL 4, as it removes a lot of legacy functionality. Whatever the cause, OpenGL drivers for Linux work great, much better than Windows drivers did a few years ago in the dark days between OpenGL 2 and 3.[/font][/color]

[color=rgb(0,0,0)][font=arial]The biggest remaining challenge is to get the editor running in Linux. We anticipate two difficult parts to this. First, although we have a GUI abstraction layer that uses GTK on Linux, we expect some amount of fiddling to be necessary to make it work right. Second, the case-sensitive nature of the Linux file system will cause issues that need to be dealt with since there are many placed where our editor stores file names in lower-case format. This will require a lot of effort to resolve, but it's not any harder than some of the other issues we have dealt with so far in the development of Leadwerks for Linux. The benefits of having a Linux game editor with a native look and feel will make it worth the extra effort it takes.[/font][/color]

Steam Dev Days


[color=rgb(0,0,0)][font=arial]Leadwerks founder [/font][/color]Josh Klint[color=rgb(0,0,0)][font=arial] has been invited and will be attending [/font][/color]Steam Dev Days[color=rgb(0,0,0)][font=arial] in Seattle, Washington. Steam Dev Days is a two-day game developer's conference where professionals can meet in a relaxed, off the record environment. Developers will share their design and industry expertise, participate in roundtable discussions and attend lectures by industry veterans on topics ranging from game economies to VR, Linux/OpenGL, user-generated content and more. Developers will also have direct access to Valve's Steam Team, and will be given a chance to test-drive and provide feedback on Steam OS, prototype Steam Machines and Steam Controllers.[/font][/color]

blogentry-1364-0-91239400-1383076864_thumb.jpg
2 likes 6 comments

Comments

nhold

Very cool!

October 29, 2013 11:33 PM
wicked357

Thats awesome... It is nice to see such advancements happening for all the hard work. I licensed this engine 3 years ago but never could find the free time to really produce anything worth showing off. Would love to get back into it and check out what new things have been implemented.

November 02, 2013 01:55 AM
Josh Klint

Thanks guys! :)

November 05, 2013 03:09 AM
TheChubu

I've seen around that people don't recommend Code::Blocks since it has bad integration with gdb.

https://sourceware.org/gdb/wiki/GDB%20Front%20Ends

November 10, 2013 12:21 PM
solenoidz

Did you consider QtCreator and it's visual GUI editor for making your cross platform editor ? Why Code::Blocks, why..

January 22, 2014 02:21 PM
Josh Klint

I would have used QT, but they don't make a library I can easily plug in; it's a whole framework that requires a certain code structure. So that was out of the question. Even if I were using QT for the GUI, I dislike visual GUI design tools.

QTCreator actually looks pretty nice, and I might switch over to it, just for the C++ programming not a visual designer.

January 22, 2014 04:35 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement