This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LeDark Lua's profile picture

Looking for a team to create an awesome project!

Started by LeDark Lua, 20 July 2015 - 02:48 PM
LeDark Lua #1
Posted 20 July 2015 - 04:48 PM
Hey guys, well you might know me as a noobie in the forums but no, I refuse. With that said this is my idea:

An engine where you can create everything fast and easy! Whcih has support for: Pocket, Advanced, Non-Advanced PC's!

The engine has support for:
  • Sprites.
  • Objects.
  • Instances.
  • Rooms.
  • Costum scripts.
  • GUI support.
This is a drawing of what I mean:
Screenshot
*After loading or creating a new project the Load Project button will be Save Project
*The three slots are the preview of the first three items in that dropdown menu
*When you click on theese dropdown slots, then it will show the content in the white box.

Q: Why do we need to create or even need this?
A: Well, there are a lot of new people who just got their hands on CC and they will look for tutorials. This will be a bit esier for them to code. They can make a Game/Program or OS just in five minutes ( less or more it depends ).

NOTE: This is just for the preview, we will start from scratch doing this!


I hope someone will help me out, and I want to hear thoughts on it :)/>
Edited on 20 July 2015 - 05:51 PM
H4X0RZ #2
Posted 20 July 2015 - 05:46 PM
Sounds interesting! I would like to help :)/>

Will there be a Github repo for the project?
biggest yikes #3
Posted 20 July 2015 - 05:52 PM
So basically Scratch, but for ComputerCraft?
LeDark Lua #4
Posted 20 July 2015 - 05:56 PM
Sounds interesting! I would like to help :)/>

Will there be a Github repo for the project?
Well yeah, if I do it ill paste the link.

So basically Scratch, but for ComputerCraft?
Its more like GameMaker or yeah Scratch or Construct2.
Edited on 20 July 2015 - 03:58 PM
LeDark Lua #5
Posted 20 July 2015 - 06:03 PM
Created GitHub Repo HERE.
Edited on 21 July 2015 - 01:41 PM
InputUsername #6
Posted 20 July 2015 - 09:20 PM
I'm not really sure how experienced you are with Lua/ComputerCraft, and I've found that in the past, working in a larger team doesn't usually go too well, but I wish you good luck anyway!
LeDark Lua #7
Posted 20 July 2015 - 09:27 PM
You know Linux, Linus made it open-source so that others can modify the code. And thanks.
LeDark Lua #8
Posted 21 July 2015 - 12:46 PM
New GitHub: HERE
flaghacker #9
Posted 21 July 2015 - 04:11 PM
They can make a Game/Program or OS just in five minutes ( less or more it depends ).

Euh what? Do you want to make it easy to create OSes? Creating an OS is a difficult task… The OS section is already flooded with fake loading screens and people who followed NDFjay's tutorial, and you want to add a bunch of OS-maker OSes to that!? No thanks…
Edited on 21 July 2015 - 02:11 PM
LeDark Lua #10
Posted 21 July 2015 - 05:14 PM
Hmmm, its not that BTW, I said it so the user could know ITS EASY to use not really hard. And besides, mabie there could be better OS and API's or anything made with this engine. Think about it.
Waitdev_ #11
Posted 23 July 2015 - 04:34 AM
i'll be perfect to help for sprites.
Engineer #12
Posted 23 July 2015 - 03:40 PM
Looking at the github I think youneed to do some refinement on the object creation, because having a whole dedicated folder with 3 files each for one function is a bit overkill. Also you initialize those tables in the main file, which should be done in the file of the actual object. Im willing to helpto get you settled with the objects but it stops there for me :P/>
LeDark Lua #13
Posted 23 July 2015 - 06:09 PM
Engineer simple fix is I can do this in one file, just by calling it: objName and droping all the code in there. Im doing so that other people would have a better understanding of what im doing, or mabie opposite :D/>

Ahh why not, ill fix everything now.

Edited, simplier to work now :)/> Single-files as objects :)/>
Edited on 23 July 2015 - 06:39 PM