esa / opengeode

OpenGEODE - a free SDL editor
https://opengeode.net
GNU Lesser General Public License v3.0
69 stars 20 forks source link

Could you please give me a user manual about the opengeode? #60

Closed yiji-kong closed 3 years ago

yiji-kong commented 4 years ago

I hope to extend the OpenGeode, and I needs some help about the source code of the tool. I can not find enough information in the README. Thanks a lot.

maxime-esa commented 4 years ago

Most of the documentation is embedded in the code itself. What kind of extensions are you planning to do ? I can probably help you start and give you the right pointers. Make sure you work in the branch named python3-pyside2, this is the active one at the moment. Master branch is still based on Python2 and Pyside1 which are not supported anymore, so in the short term this branch will disappear.

nuaaysh commented 4 years ago

In fact, we @yiji-kong are developing a multi-task code generation tool for SDL by using OpenGenode. @maxime-esa Thanks for your suggestions. We find there are a lot of comments in the code.

maxime-esa commented 4 years ago

Sounds great. Let me know if you need help. Note that I recently merged the code from the python3-pyside2 branch into master. Make sure you fork from this point, as the Python2 code is not going to be further maintained.

nuaaysh commented 4 years ago

Thanks for your notification, you're very kind!

wbnns commented 3 years ago

@yiji-kong @nuaaysh

Hi! :) Not sure where you are on your project these days, but in case helpful and you hadn't seen it already, there's also a wiki for OpenGEODE with lots of info.

nuaaysh commented 3 years ago

@yiji-kong @nuaaysh

Hi! :) Not sure where you are on your project these days, but in case helpful and you hadn't seen it already, there's also a wiki for OpenGEODE with lots of info.

Hi, Thanks a lot, we had seen the wiki page. Currently, @yiji-kong are working on this work, I'm working on another topic. Best wishes,

maxime-esa commented 3 years ago

For info, I added a new page to the wiki with a more detailed tutorial on SDL and Opengeode, here: https://taste.tuxfamily.org/wiki/index.php?title=Detailed_SDL_tutorial