Search found 8 matches
- Sun Jan 22, 2023 7:49 pm
- Forum: General
- Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
- Replies: 103
- Views: 42544
Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
I had no intention of anthromorphizing the instrument. i think it is a mistake related to the fact that i use a translator to write in English
- Sun Jan 22, 2023 6:48 pm
- Forum: General
- Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
- Replies: 103
- Views: 42544
Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
the fact is that he knows nothing about what he is saying but semplicemnete has learned the relationships between words to create an argument with meaning. my point is not to extol his qualities but simply to point out how truthful his answers are. It scares me how in just a few years he is evolving...
- Sun Jan 22, 2023 6:12 pm
- Forum: General
- Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
- Replies: 103
- Views: 42544
Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
yes i agree! it can't replace a human programmer but i think it is truly astounding the ability ( for a generic ai) to understand the context and give consistent and working answers!
- Sun Jan 22, 2023 5:46 pm
- Forum: General
- Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
- Replies: 103
- Views: 42544
ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
hello, after watching several videos where chatGPT suggests code i wanted to test his knowledge on lua and love2d. i asked him to suggest an idea for a game and asked for an example for love2d. the suggested starting example is not correct but by suggesting where the errors were she was able to corr...
- Tue Nov 16, 2021 4:50 pm
- Forum: Games and Creations
- Topic: KDP - Keyboard driven pixel art editor made in löve
- Replies: 10
- Views: 16332
Re: KDP - Keyboard driven pixel art editor made in löve
Hi,
your editor is pretty good and neat!
i'm developing a small, free and personal fantasy console and your editor fit nicely as a sprite editor. But in the wiki i wasn't able to find the license. So the question is, which type of license the code have?
thank's
your editor is pretty good and neat!
i'm developing a small, free and personal fantasy console and your editor fit nicely as a sprite editor. But in the wiki i wasn't able to find the license. So the question is, which type of license the code have?
thank's
- Wed Jul 29, 2020 11:56 am
- Forum: Libraries and Tools
- Topic: A Lua code editor
- Replies: 11
- Views: 18869
Re: A Lua code editor
My idea was to replace the utf8 char with a similar one ASCII compatible, for example ü become u, ã = a.
I'm a dummie so I don't know if is feasible.
Off topic:
pgimeno I stumble across your code multiple times, I really like your work!
I'm a dummie so I don't know if is feasible.
Off topic:
pgimeno I stumble across your code multiple times, I really like your work!
- Wed Jul 29, 2020 7:40 am
- Forum: Libraries and Tools
- Topic: A Lua code editor
- Replies: 11
- Views: 18869
Re: A Lua code editor
Hi, thanks for the answer! No Unicode support isn't a problem if there is a way to convert Unicode into ASCII so the editor doesn't crash. Edit: After a rapid googling I found this: https://stackoverflow.com/questions/41855842/converting-utf-8-string-to-ascii-in-pure-lua Maybe worth checking it
- Tue Jul 14, 2020 10:46 am
- Forum: Libraries and Tools
- Topic: A Lua code editor
- Replies: 11
- Views: 18869
Re: A Lua code editor
Hi I'm looking into your code.
I had implemented key repeating in the love example but I'm struggling with utf8 encoding. The editor keep crashing when I insert utf chars. It is my fault or the editor doesn't support it?
Thanks
I had implemented key repeating in the love example but I'm struggling with utf8 encoding. The editor keep crashing when I insert utf chars. It is my fault or the editor doesn't support it?
Thanks