Questions tagged [open-source]
A philosophy, or pragmatic methodology that promotes free redistribution and access to an end product's design and implementation details.
78 questions
0
votes
1
answer
82
views
Making contributions to a Unity project without having Unity editor installed
I'm interested in setting up a small Unity open source project so that non-Unity devs can contribute.
I would limit their involvement to making a small change to only one script, say adding a new ...
1
vote
0
answers
351
views
Does anyone know any 'no-interface' game engines? [closed]
What I'm looking for:
I've been searching for a while now for any no-interface game engines (What I mean by that Is something like the Source Engine where other than than the level editor It's nothing ...
1
vote
2
answers
299
views
How to open-source both game code and assets?
I want something permissive which will allow to earn from derived works but will require to mention base (my) work. I know about BSD and MIT which is golden classic for software. And I know about CC-...
4
votes
1
answer
179
views
What kind of information is important to share in the README.md of an Open Source game?
I want to write a very small and amateur game for toddlers and I want to make it open source.
I'm trying to figure out what I need to put in the README.md. A general approach could be:
Building a ...
1
vote
1
answer
100
views
Alternatives for publishing code for a game I'm going to sell?
I'm developing a game. I want to publish the source code (e.g. on GitHub) for others to review and get ideas from. But I want to sell the game at a later point. That might be much later though.
What ...
2
votes
1
answer
221
views
Open sourcing a Unity game with assets
So, I have a goal to make and publish one (small, stupid, simple) game every ~Saturday. (I've made two, so far, thanks for asking.) I've started in Unity, because it's convenient. My plan for each ...
4
votes
2
answers
4k
views
Which parts of Doom (1993) are open source and which are not?
As the original publication of the source code states, you still need an original copy of the game:
https://www.doomworld.com/idgames/idstuff/source/doomsrc
What exactly do you need from those ...
1
vote
1
answer
197
views
Do I need to worry about game name trademark when making a FLOSS game?
I am planning to do a small game using only FLOSS software (Free Libre and Open Source Software like Godot, Blender, Krita...).
I am going to put it on Github with an MIT license so everyone can ...
6
votes
1
answer
3k
views
How to setup a public github unity repo with paid assets?
From what I gathered (like in this thread or here) I am allowed to push my own game code on github and choose a license, as long as I avoid putting assets I do not own. I want to make it public to be ...
5
votes
4
answers
3k
views
How can I open source my Unity project when I use third party assets?
I know you are not allowed to open source a Unity project that contains asset store items that are either paid or under the default license. I am just wondering if there's any way to make my git ...
1
vote
0
answers
61
views
Optimization of linear solving for small matrices (10x10)
How to optimize the hell out of linear system solving for small matrices (10x10)? This would be used in an AR engine for a few games, but has to be done very fast.
This solver is to be executed in ...
10
votes
2
answers
688
views
Revenue model for an open-source multiplayer game
I've had an idea for a multiplayer game, and ideally, I'd absolutely love for it to be open source.
However, I also want to make a profit from it so I can make more games and maybe even have a dev ...
1
vote
0
answers
38
views
Compare responsibility among copy-left license [closed]
I have checked out many source about the free and open source licenses (Wikipedia), but what I really want to know what is our responsibility when we use the open source that has these licenses.
For ...
1
vote
1
answer
161
views
Can I make the project files/source code of my comerical Unity game avalible as a DLC or with the game?
Is it legal and/or a good idea to let the players download the source code/project files of a comerical Unity game with the game or as a DLC?
10
votes
3
answers
6k
views
Can open source games be published on Steam?
Many free and open source software licenses have conditions in them that ban bundling it with proprietary modules, although, in case of the GPL at least, there are some exceptions for drivers and ...
0
votes
1
answer
3k
views
Looking for Bezier curve OpenGL open source implemention [closed]
well in short im looking for something like this as open source.
https://www.youtube.com/watch?v=Cut3_A0Xm3Y
i need to implement especially the Bezier curve editing in my app in open gl .
any ideas ...
1
vote
0
answers
392
views
Any open source editor to make video games online without programming knowledge? [closed]
With Scratch we can create video games online, from its web platform, and publish them on the same web. I could download its source code and use it, as many others already did (see Scratch ...
10
votes
2
answers
16k
views
Is the source code of the Source Engine available?
Is the full C++ source code of the Source Engine available?
I know the SDK is available with the purchase of a Source-based game, but my goal is to find a open-sourced game engine that includes its ...
1
vote
2
answers
453
views
FOSS games using original assets, is it legal?
Can I make a game that uses the assets of another game on the users' computer, without legal issues? For example, I make a game that requires the user have game X installed, and I use the assets of ...
4
votes
4
answers
4k
views
Sending high scores to a web server in an open source game
I've never dealt with sending/receiving data from web servers in my games, so I absolutely have no idea how to do this. I tried googling for a good solution but couldn't find anything satisfying.
I ...
-1
votes
4
answers
162
views
Can other programs and tools be emedded in a video game for games downloaded on line? [closed]
I have a two questions about video games I'd like to ask that I bet you can answer.
Can someone embed a separate free-standing program or separate tool inside of a typical video game that would be ...
3
votes
4
answers
965
views
Is it OK to reuse art from open-source games?
There are a lot of open source games, such as Flare (Diablo clone).
Is it OK to re-use the art they put in their open source game and make a profit?
6
votes
3
answers
624
views
Which open source licenses can address these concerns for an open source game engine? [closed]
I am on a team that is looking to open source an engine we are building. It's intended as an engine for Online RPG style games. We're writing it to work on both desktops and android platforms.
I've ...
-1
votes
1
answer
182
views
Farseer Physics Engine and the Ms-PL License [closed]
Am I able to produce code for a game which uses the VelcroPhysics engine and release my code under an open source license other than the Ms-PL?
My concern is with the following section from the ...
2
votes
1
answer
216
views
What are good ways to find collaborators for a coding weekend? [closed]
Not sure if this belongs here, feel free to push it somewhere else if needed.
When i was at university we would sometimes come together into a room full of beer and fast food and crank out software ...
5
votes
1
answer
4k
views
What's best to use OTF or TTF? [closed]
What's the most recommended format should I use for fonts, OTF or TTF or another?
In looking for:
Performance/Efficiency with SDL_ttf library
Free/Open-ness [1]
[1] I'm planning to use GPL3 and Open ...
1
vote
2
answers
634
views
Ranking system in an Android Open Source project
This is my first question in any stackexchange board, but I've been reading Stack Overflow answers for a few months. I hope this question is appropriate for this one.
I am developing a simple Android ...
4
votes
1
answer
1k
views
Island Generation Library
Can anyone recommend a tile map generator (written in Java is a plus), where one can control some land types? For example: islands, large continents, singe large continent, archipelago, etc.
I've ...
-1
votes
4
answers
3k
views
2D game development with C++ [closed]
I'm pretty newbie in this things and I've never really had particular experience in game developing. I started learning something about 3D (using 3Ds Max and then Blender) and then 3D game developing ...
1
vote
0
answers
360
views
Open Source HTML/JS game(s) with license that would allow embedding in my app? [closed]
I'm working on an educational app for kids. At the end of the sign-up process, the kids must wait for a confirmation from their parents in order to gain access to the app.
While they wait for this to ...
1
vote
2
answers
247
views
Open Source Analysis [closed]
There are a lot of code in open source projects, looking at all of the code is time consuming and can be confusing to a novice like me. Are there any sections of open-source projects that should be ...
-1
votes
2
answers
181
views
How do I fix these compiler errors in Apple Crunch?
I've been looking around and I finally got the full source code for a game called Apple-Crunch from Google Code. But when I put it into my project, the source code included so many errors in the ...
4
votes
3
answers
379
views
Choice of open source license for some components, closed source for others
G'day,
I am working on a set of multiplayer games, where different games play against each other (e.g. you play a Tetris clone, I play an Asteroids clone, but we are both competing against each other)...
3
votes
1
answer
1k
views
Open trading card game rulesets?
Got pitched a project where we need to make a trading card game to promote a clients project. I don't have any brilliant ideas for rules, but was pondering if any "open-source" rulesets existed, or if ...
0
votes
2
answers
478
views
Which are the most complete DirectX game or technical demo with source available
I have found plenty of games with source for OpenGl, but so far I haven't found anything like that for DirectX. There are plenty of examples in the SDK, but they are very basic and usually they just ...
0
votes
1
answer
241
views
Working on an open source game [duplicate]
Possible Duplicate:
How can I get involved with open source game projects?
I am trying to get involved in working on an open sourced basic game, but I've never attempted this before. I haven't the ...
1
vote
1
answer
611
views
Is it possible to run other doom3 engine based games using the open sourced version of the engine?
Other than the doom3 mods, is it possible for example to run Quake 4 or Prey using the game data?
Let's say that I purchase Quake 4 or Prey (or any other idTech 4 game) can I just point to the game ...
3
votes
2
answers
3k
views
Looking for an Open Source Game Engine with Crowd Simulation [closed]
I am looking for a game engine for my school project on computer graphics. There are specific requirements that I do not want to implement by myself, since they are irrelevant for the grade, but ...
0
votes
1
answer
146
views
cocos2d looks like it is well supported and widely used, are there other good choices?
I've been googling a bit and looking for ios game frameworks. It looks like cocos2d has the mindshare, and it looks like it has an active community. It also fits my budget ($0.00), as this is really ...
3
votes
2
answers
1k
views
Good game engine to fork? [closed]
I am a student C++ developer, and while I like game development, I don't like making games. Instead, I like developing the "tech" behind the games, like game engines, tools etc. The reason for this is ...
0
votes
1
answer
8k
views
3D open source physics engine suitable for mobile platforms (Android and iOS)
I have made some research and found that bullet, ode, newton and some others are open source physics engines that should be portable enough (but I have never tried to comile/use anyone of them on ...
4
votes
2
answers
766
views
Secure login for a game that is open source
I am making a game which i will be open sourcing. Its a simple arcade like game but requires a network connection because it is meant to be played with other people.
The thing i am worrying about is ...
2
votes
3
answers
5k
views
Cross-platform, free (for commercial use) C/C++ 2d game library or rendering engine? [closed]
I need a C/C++ engine that should be really cross platform (or at least windows, android, and iphone).
The 2d engine should be written in C or (better) C++, should permit the rendering of animated ...
10
votes
5
answers
68k
views
Is there a free and open source 3D engine for Android? [closed]
Is there a free and unlimited open source 3D engine for Android? Something that is a direct, thin layer to the NDK?
I have only found two engines: Unity and Shiva 3D. But no free or open source ones.
5
votes
5
answers
2k
views
Cloning a game and releasing the source
I'm not really aware of the legal issues surrounding game clones.
I'm around halfway done of making a clone, but it's not just the same gaming concepts, I'm literally using the original game's files (...
-2
votes
8
answers
15k
views
Best open-source 3D game engine for a first person shooting game? [closed]
What is the best opensource 3D game engine suitable for 1st person shooting game? This engine should be script-able with lua.
0
votes
2
answers
3k
views
Simple, casual open source OpenGL games to implement other things in [closed]
I am looking for a simple casual game (open source) done in openGL. I need it to implement communication component i build this is not for learning opengl and to implement some other stuff into it. ...
10
votes
3
answers
896
views
Power, achievement and affiliation games for psychology research project [closed]
For a psychology research project we're looking for short (ca. 5 minute) single-player games to observe people's basic motivation. We would like to ask people to list games that provide the closest ...
3
votes
1
answer
2k
views
Where can I download the Doom Classic source code, the iOS port? [closed]
Doom classic source code for iOS was released by id software, but there is no working link on their web site where I could get it from.
Do you know an alternative source to download the Doom Game ...
7
votes
3
answers
748
views
Is it OK to release the source code for your own Xbox Live indie game?
Between not being sure how to phrase my question for Google and not being a lawyer, I thought it might be easier to ask you guys. Specifically, I want to know if it's OK to sell an Xbox Live indie ...