Skip to content

More languages #66

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

Open
Haydyn1551 opened this issue Jul 20, 2024 · 3 comments
Open

More languages #66

Haydyn1551 opened this issue Jul 20, 2024 · 3 comments

Comments

@Haydyn1551
Copy link

Its a little annoying to make a game/website without a YAML and epk files and it would be cool to add C+++ for game development.

@ethan-vanderheijden
Copy link
Collaborator

it would be cool to add C+++ for game development.

Yes, I definitely agree. Supporting more languages (#67, #68, #69, #70, #71) has been on our radar for a long time, but we never got around to it. I think we should make some progress on this within the next few months.

Its a little annoying to make a game/website without a YAML and epk files

Don't we support YAML files already? YAML files have a file icon and support syntax highlighting. If there is any functionality missing, let us know.

I'm not familiar with .epk files. What are they used for and what does a typical one look like?

@stevenwhiz
Copy link
Collaborator

What game library are you interested in using?

While you can't create a C++ pad, you can compile and run simple C++ programs in CodePad. Create a Java pad and create a new C++ program (e.g. main.cpp). Then bring up a shell by clicking the "+" next to Console and select "Shell". You can then compile and run the program as follows:

g++ main.cpp -o main
./main

@Haydyn1551
Copy link
Author

Haydyn1551 commented Jul 26, 2024 via email

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