You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
After rereading the tutorial, I noticed that we are telling users to rearrange pascal modules in the default project template. If it is useful in such a simple project, in my opinion we should not require it from users but improve our project templates. If we do that 4.2 tutorial section (Moving units) can be deleted.
After playing some time with editor I agree with @eugeneloza that moving all pascal modules to code directory make navigation in project easier and looks better to me.
@eugeneloza@michaliskambi How about make this change in editor? Maybe this issue should go to CGE repository.
The text was updated successfully, but these errors were encountered:
subdirectory
See eugeneloza/castle-editor-tutorial#7
Also, while I was going over ~all examples:
- remove random Makefile files (it was ~random where I placed them, and they were not synchronized, each contained a random subset of CGE platforms).
- set consistent qualified_name .
- make dragon_spine_demo and map_viewer and some other projects more consistent (project name should match the lpr/lpi name etc.)
- avoid some castleconf.inc usage in example code. Only CGE units should use it.
- make sure all examples have lpi/lpr to build them by Lazarus, using `castle-engine generate-program`.
I also did somewhat-related castle-engine/castle-engine@e864725 : the templates now contain a sensible .gitignore and README.md that looks good on GitHub out-of-the-box :)
I'm leaving the issue open -- because hopefully @eugeneloza can now simplify the text.
After rereading the tutorial, I noticed that we are telling users to rearrange pascal modules in the default project template. If it is useful in such a simple project, in my opinion we should not require it from users but improve our project templates. If we do that 4.2 tutorial section (Moving units) can be deleted.
After playing some time with editor I agree with @eugeneloza that moving all pascal modules to
code
directory make navigation in project easier and looks better to me.@eugeneloza @michaliskambi How about make this change in editor? Maybe this issue should go to CGE repository.
The text was updated successfully, but these errors were encountered: