Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No issue, just wanted to say that this is awesome #51

Open
4lfg24 opened this issue Jun 9, 2023 · 7 comments
Open

No issue, just wanted to say that this is awesome #51

4lfg24 opened this issue Jun 9, 2023 · 7 comments

Comments

@4lfg24
Copy link

4lfg24 commented Jun 9, 2023

Hey man, I've gotta say that out of all the graphics libraries I've tried so far this is one of, if not, the best! Great job on making this awesome 3d kotlin game engine, the only bad thing I can say about this project is the lack of tutorials 😅

@fabmax
Copy link
Owner

fabmax commented Jun 9, 2023

Thanks! I'm working on this for quite some time now and always trying to make things better - good to hear that apparently it's working out 😄

Tutorials and documentation are indeed a little thin but writing these is a lot less fun than working on the engine itself. Maybe things will get better once the editor has reached a usable state.

@4lfg24
Copy link
Author

4lfg24 commented Jun 9, 2023

Cool, glad to know you guys are working on it, because I've been trying to set up a kotlin project like you instructed in the last part of the readme but I don't understand how to do it properly, so I've been working in the source code instead.

@antzGames
Copy link

antzGames commented Jun 13, 2023

@4lfg24: Fabulous max has created: https://github.com/fabmax/kool-templates repo with everything you need to start a project from scratch.

I tested it. It works fine in InteliJ (but not Android Studio), only thing I had to do is set the Gradle's JVM version to V11. File > Settings > Build, Ex... > Build > Gradle

Both JS and JVM versions can be run/built from the Gradle menu, but you can also do it by the command line as he describes in the README.

@4lfg24
Copy link
Author

4lfg24 commented Jun 13, 2023

Thank you @antzGames ! (Also what are you doing here, are you thinking about betraying libgdx? 😂 jk)

@antzGames
Copy link

So 3D performance in HTML with libGDX is very poor compared with this engine.

@fabmax
Copy link
Owner

fabmax commented Jun 13, 2023

So 3D performance in HTML with libGDX is very poor compared with this engine.

Good to know. As far as I know libGDX uses GWT for the web frontend. I'm not 100% sure but I have the feeling that GWT is not the most future-proof technology (development has pretty much stopped by now).

@antzGames
Copy link

LibGDX has an experimental TeaVM web backend (produces JS or WASM).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants