I have Climacs running now, now there's work to do :)<div><br></div><div>It really was like they said on the pages about it, the hardest part is tracking down the dependencies.</div><div><br></div><div>Next tasks: get an issuetracker up, get the repositories all on github and the mock-up.</div>
<div><br></div><div>I will do the drawing now, can someone suggest me a good place to organize it all together, at least an issue tracker?</div><div><br></div><div>A website we can do with HTML on Github of course, and I think an entry on cliki would be nice.</div>
<div><br><div class="gmail_quote">2010/4/3 Joop Kiefte <span dir="ltr"><<a href="mailto:ikojba@gmail.com">ikojba@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I will try to make a mock-up now and send it here, please help me remember if I forget... =X.<div><br></div><div>As the code of your UI-system is in common lisp, I guess it won't be too hard to make it an addition on Climacs and integrate it already :). Maybe you can give it a try and we can bake up some basic code already that way. I see you already use github, I will dump climacs and dependencies on github as well as soon as I got it running (I wanted to 'release' the ideas already so I'll have some people pushing and out there to help :) currently the clx is biting me... I will keep you up to date on my efforts, although it's pretty much a free time only project) and maybe create a superproject with climacs, dependencies, your project etc to get new developers up and running quickly (although it's pretty much vaporware now... but climacs is not so we have something to get starting anyway :)).</div>

<div><br></div><div>So, on to the drawing!</div><div><div><br><div class="gmail_quote">2010/4/3 David O'Toole <span dir="ltr"><<a href="mailto:dto1138@gmail.com" target="_blank">dto1138@gmail.com</a>></span><div>
<div></div><div class="h5"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Joop,<br>
<br>
This sounds like a good idea. Expanding the tools space is great.<br>
<br>
I am working on a project with a few similar goals but some big<br>
differences. My game engine and IDE were written originally in Emacs<br>
Lisp in late 2006, and then over the last few years I've gradually<br>
rewritten it in Common Lisp. In the process I built a set of CL user<br>
interface widgets that behave in roughly emacsy ways. So my IDE is now<br>
split into two portions: GNU Emacs for the lisp code editing and SLIME<br>
stuff, and a spreadsheet-like Common Lisp UI system for the map editor<br>
and such.<br>
<br>
If you are curious to see, my game engine is at<br>
<a href="http://dto.github.com/notebook/xe2-reference.html" target="_blank">http://dto.github.com/notebook/xe2-reference.html</a><br>
<br>
What are your thoughts on user interfaces?<br>
<div><div></div><div><br>
On Sat, Apr 3, 2010 at 12:31 PM, Joop Kiefte <<a href="mailto:ikojba@gmail.com" target="_blank">ikojba@gmail.com</a>> wrote:<br>
> Hello guys,<br>
> At the moment I am gathering together all pieces of the Climacs editor to<br>
> start an open source project to create a modular, extensible, capable and<br>
> easy to use game-development IDE. Until I switched to Linux I have made some<br>
> games with Game Maker, a fine but windows only piece of software that is too<br>
> commercialized nowadays for me to like it as it is now, and I (and some<br>
> others as well I think) have been looking for a good replacement on linux<br>
> for quite some time. As most good programmers I am extremely lazy and don't<br>
> like to do repetitive work if I can prevent it, and as such have skipped<br>
> things like py-game.<br>
> I have done a little bit of fiddling with clojure and as I see it now some<br>
> gaming stuff is coming up for clojure as well, but I didn't feel like gaming<br>
> is the perfect bet for clojure. Now I am programming for a small company in<br>
> common lisp and doing that I feel like I need some open source project to<br>
> keep in shape on common lisp on the side line. So I thought, let's make a<br>
> game maker clone!<br>
> I am not going to make things from scratch, it won't be useful to do and<br>
> besides, if there is nothing to build upon, we won't even get started. So I<br>
> thought this might be a perfect use for climacs. It might even be a revival<br>
> of the climacs project if you like. Gamemacs is just a working name (and a<br>
> bit more, as I will explain later), I mean to contribute to the several<br>
> sub-projects and with normal add-ons as much as possible, to keep everything<br>
> as modular as possible.<br>
> To not keep things vague, and to have a good direction, this is a list of<br>
> things I want to have for a nice game-editor (and in general to make of<br>
> Climacs an emacs-killer instead of an emacs-clone), most of it taken from<br>
> Game Maker:<br>
> * Integration of something like Lispbuilder (most probably just<br>
> Lispbuilder).<br>
>   - It has SDL<br>
>   - It has OpenGL<br>
>   - It has an .exe-creator/binary compiler<br>
> * Integration of the .exe-creator/binary compiler in the editor itself<br>
> * Publish versions of Climacs compiled that way to make further development<br>
> easier<br>
>   - so for basic development of games you don't even need to install<br>
> anything else than that compiled version of climacs<br>
>   - we can call this compiled package with extensions Gamemacs, and keep the<br>
> source pure climacs, so it remains as modular as it can be<br>
> * I would like to have a generic graphical editor for lisp-code on top of<br>
> the textual editing mode.<br>
>   - and this to be extensible with cool graphical editors for example to<br>
> create levels (I think I will need to make a mock-up of this idea to get it<br>
> clear)<br>
> * Create libraries for game-development that are included by default and<br>
> work nicely with the graphical interface so you will be able to make simple<br>
> games with mostly point and click and harder games with a great emacs-like<br>
> editor :)<br>
> I have all this quite detailed in my head, but after dumping it all here I<br>
> want your input as well, so it will be great to work with. In the end my<br>
> goal is to have fun creating games on linux and to be able to sketch and<br>
> prototype and build games all in one place. (If you can develop everything<br>
> for emacs in emacs without leaving it, why shouldn't you be able to create<br>
> games without hassle?)<br>
> First things I will do anyhow (but help is appreciated on all sides!):<br>
> * Put all the dependencies of climacs on Git<br>
> * Build climacs and fiddle with it to get accustomed to the inner workings<br>
> * Same with lispbuilder etc.<br>
> What do you think?<br>
> Greetings,<br>
> Joop Kiefte<br>
> --<br>
> Communication is essential. So we need decent tools when communication is<br>
> lacking, when language capability is hard to acquire...<br>
><br>
> - <a href="http://esperanto.net" target="_blank">http://esperanto.net</a>  - <a href="http://esperanto-jongeren.nl" target="_blank">http://esperanto-jongeren.nl</a><br>
><br>
> Linux-user #496644 (<a href="http://counter.li.org" target="_blank">http://counter.li.org</a>) - first touch of linux in 2004<br>
><br>
</div></div>> _______________________________________________<br>
> lisp-game-dev mailing list<br>
<div>> <a href="mailto:lisp-game-dev@common-lisp.net" target="_blank">lisp-game-dev@common-lisp.net</a><br>
</div>> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/lisp-game-dev" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/lisp-game-dev</a><br>
><br>
><br>
</blockquote></div></div></div><br><br clear="all"><br>-- <br><div class="im">Communication is essential. So we need decent tools when communication is lacking, when language capability is hard to acquire...<br><br>- <a href="http://esperanto.net" target="_blank">http://esperanto.net</a>  - <a href="http://esperanto-jongeren.nl" target="_blank">http://esperanto-jongeren.nl</a><br>

<br>Linux-user #496644 (<a href="http://counter.li.org" target="_blank">http://counter.li.org</a>) - first touch of linux in 2004<br>
</div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Communication is essential. So we need decent tools when communication is lacking, when language capability is hard to acquire...<br><br>- <a href="http://esperanto.net">http://esperanto.net</a>  - <a href="http://esperanto-jongeren.nl">http://esperanto-jongeren.nl</a><br>
<br>Linux-user #496644 (<a href="http://counter.li.org">http://counter.li.org</a>) - first touch of linux in 2004<br>
</div>