-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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.
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? |
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 |
A good game library for C++ would probably be SFML and also I found out
codepad has a file that ends in .sh (i don't know the name of the language)
and I didnt yaml was already in codepad.
…On Sun, Jul 21, 2024 at 11:48 AM stevenwhiz ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGG5LTEDAKXIGDQUBQONXXDZNPQ7VAVCNFSM6AAAAABLGDVOYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRG4YDSOJZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: