473,734 Members | 2,647 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which is better OS for game development?

It is off the point that it is in the wrong newsgroups, but I need your
advice, please.
Please state your opinion that I want to write C/C++ programming to
develop games and emulator projects using MS-DOS, Windows, Mac OS X, Linux
and other OS. Many people stick MS-DOS while they use DJCPP, but Microsoft
tells them to move from MS-DOS to Windows by using DirectX.
It may be the problem because we must stick with Microsoft API functions
including Win32 and DirectX. We want to port our codes to other OS. Then I
believe that Allegro library is only the recommendation.
I believe that Allegro is much easier than DirectX and OpenGL because
Allegro can be ported to any OS.
I do not have to modify my source code from OS to another OS. Thanks...

Bryan Parkoff
Jul 22 '05 #1
6 1413
"Bryan Parkoff" <no****@nospam. com> wrote...
It is off the point that it is in the wrong newsgroups, but I need your
advice, please.
Who cares? Go to comp.games.deve lopment.program ming.* hierarchy and
ask there.
[...]

Jul 22 '05 #2

"Bryan Parkoff" <no****@nospam. com> wrote in message news:AT******** *******@newssvr 12.news.prodigy .com...
It is off the point that it is in the wrong newsgroups, but I need your
advice, please.
Please state your opinion that I want to write C/C++ programming to
develop games and emulator projects using MS-DOS, Windows, Mac OS X, Linux
and other OS. Many people stick MS-DOS while they use DJCPP, but Microsoft
tells them to move from MS-DOS to Windows by using DirectX.
It may be the problem because we must stick with Microsoft API functions
including Win32 and DirectX. We want to port our codes to other OS. Then I
believe that Allegro library is only the recommendation.
I believe that Allegro is much easier than DirectX and OpenGL because
Allegro can be ported to any OS.
I do not have to modify my source code from OS to another OS. Thanks...

Bryan Parkoff

LOL)
Man, how many games you wanna write ) And for how many OSs.
I'd stick to OpenGL which is still mostly v1.1. Or go with DX/D3D
which develops fast. DX standard is developing very good and many
new game stations can use this code. I dont know about Allegro support
but heard it uses DX calls to get all 3d features.
IMHO it's really hard to write a decent game fully portable to other OSs
I'd say its impossible. Well, good luck)
Uf
Jul 22 '05 #3
OpenGL is on every platform.

Dan

Jul 22 '05 #4
Ufit wrote:
LOL)
Man, how many games you wanna write ) And for how many OSs.
I'd stick to OpenGL which is still mostly v1.1. Or go with DX/D3D
which develops fast. DX standard is developing very good and many
new game stations can use this code. I dont know about Allegro support
but heard it uses DX calls to get all 3d features.
IMHO it's really hard to write a decent game fully portable to other OSs
I'd say its impossible. Well, good luck)
Uf


I suppose with DX you mean DirectX. As far as I know it is MS specific
and not a standard.
Are you talking about something else, or perhaps I am missing something?

--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #5

"Ioannis Vranos" <iv*@remove.thi s.grad.com> wrote in message news:1104062517 .37761@athnrd02 ...
Ufit wrote:
I suppose with DX you mean DirectX. As far as I know it is MS specific
and not a standard.
Are you talking about something else, or perhaps I am missing something?

What do you think. It's a library. If there's MS it uses MS libraries to do final job.
If its Linux it uses other linux libraries. What, did you think Allegro accesses
hardware ports directly? That's why it's portable. There are probably some bugs.
My friends had some minor problems with Allegro under Linux.
Uf
Jul 22 '05 #6
You *could* write your games in such a way that you could just build
for each OS with a different graphics handling class or something, so
you wouldn't have to rewrite your game each time, and could use the
best graphics library for each OS.

Jul 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
3655
by: BlackHawke | last post by:
Hello! This is my second post. Ppl really helped me with the first. I hope there are answers for this one as well I own a game company (www.aepoxgames.net) releasing the beta for our first sci-fi space game in about 2 weeks (www.andromedaonline.net) We have multiple servers, but the game engine (Game Server Program) is a Java program (don't ask why) on a windows 2003 enterprise system with dual
2
4461
by: ck388 | last post by:
I was wondering if anyone could answer a couple of questions regarding developing games. I would like to create one for fun on my spare time. I want to know what type of technologies I would have to use. Basically I want to create a sort of board game (for mutual funds). I want to animate things like money (like have a pile of money in the middle of the board, then pay money to each player, where the chips/money would move to the...
22
2716
by: JoeC | last post by:
I am working on another game project and it is comming along. It is an improvment over a previous version I wrote. I am trying to write better programs and often wonder how to get better at programming. I tend to learn what is useful and gets the job done. I am always curious if there is some techique I don't know. I read books and study as well as write programs. My goal is to some day be able to get a job programming. I have a...
10
3836
by: Max Kubierschky | last post by:
Hello, I'm planning to give a game programming course for kids of mixed age. For this, I am looking for an open source 2D game development kit. I am also willing to participate in the development of the development kit. Features I'd like to see - Possibility to construct simple games via drag and drop without programming - Integration into an IDE - Based on Java or Python
5
5350
by: colin | last post by:
Hi, Ive got a 3d model editor wich im developing with XNA c# development environment, using the game window to display the wireframe mesh in 3d. however I need to use some other windows too, such as a Form type window wich displays lists of numerical details about objects in the 3d view and allows objects to be selected from a list as an alternative to selecting them on the 3d view as they maybe underneath another object.
0
1474
by: Advertiser for `2D Games Development Central` | last post by:
New to game development? Need a headstart in creating that first game of yours? Want to meet others who share a passion for playing and creating games? Need support, but don't know where go for it? Are you just passionate about games? 2D Game Development Central is a newly founded group on Google Groups that is dedicated to the creation of games, especially with regards to 2D. We offer you the chance to join a community of newcomers just...
2
1576
by: swasa | last post by:
We at AJ Aquare are engaged in design and development of PC-based, online and mobile games. Our Game designers are passionate towards creating games that people long to have. Our designs can drive millions of players to your site. sources: http://www.ajsquare.com/games/game_design.php?game=design
84
3964
by: Patient Guy | last post by:
Which is the better approach in working with Javascript? 1. Server side processing: Web server gets form input, runs it into the Javascript module, and PHP collects the output for document prep. 2. Client side processing: Web server gets form input and passes it to PHP which includes the Javascript written in a way to make the form input processed on the client side and rendered (probably using DOM function calls) on that side as...
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8776
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9449
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.