Level editor question

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
JaxDragon
Chaos Rift Junior
Chaos Rift Junior
Posts: 395
Joined: Mon Aug 04, 2008 2:03 pm
Current Project: Kanoba Engine
Favorite Gaming Platforms: PS3, PC
Programming Language of Choice: C++
Location: Northeast NC

Level editor question

Post by JaxDragon »

If I were to make a level editor, would it be possible to embed SDL into a window? For example, the editor GUI itself is made in VC++, and the tiles are displayed in a mini window, sort of like the attached file.
Attachments
Solar Eclipse Map Editor Alpha
Solar Eclipse Map Editor Alpha
solar_map_beta.png (27.49 KiB) Viewed 399 times
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Level editor question

Post by MarauderIIC »

JaxDragon wrote:If I were to make a level editor, would it be possible to embed SDL into a window?
Probably. I mean, I'm embedding OGL in one in C# using OpenTK.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Post Reply