₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,134 members, 8,448,827 topics. Date: Monday, 20 July 2026 at 09:36 PM

Toggle theme

BlueMagnificent's Posts

Nairaland ForumBlueMagnificent's ProfileBlueMagnificent's Posts

1 2 3 4 5 6 7 8 9 10 (of 10 pages)

Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 7:12pm On Jan 18, 2016
ladanski:
What do you guys think about the grass?
I love those grass grin
ProgrammingRe: Hope For C++ Newbies: Gui Toolkits by BlueMagnificent(op): 10:56pm On Jan 17, 2016
@exxy, First it will be good to know if you've had any programming background prior to this. But that is just by the way.
In order not to deviate from the focus of the thread you can visit this C++ helpline thread: https://www.nairaland.com/1820615/c-helpline after you must have gone through the link provided by codemarshal08. I and other fellows would be very glad to assist you in your C++ journey at the helpline thread smiley
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 1:25pm On Jan 11, 2016
Damager:
gat no experience whatsoever buh am a game freak, can I still join darkdove?
Sure!!!
You don't necessarily have to be a programmer grin
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 10:02am On Jan 10, 2016
The unofficial Uhro3D wiki contains tutorials and guides to building Urho3D
http://urho3d.wikia.com/wiki/Unofficial_Urho3D_Wiki
ProgrammingRe: Hope For C++ Newbies: Gui Toolkits by BlueMagnificent(op): 10:31pm On Jan 09, 2016
This problem might be due to missing include directory path for wxWidgets, while creating the project through code:blocks hope you specified your wxWidgets directory when asked for the installation directory of wxWidgets.

You can post the error log here to give me a better understanding of what might be the issue
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 2:08pm On Jan 08, 2016
losprince:
I couldn't build urho3d couldn't build drone anarchy
On which platform are you building it, which tools are you using and what are the errors thrown?
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 6:38pm On Dec 26, 2015
Season greetings everyone grin

It has really been an interesting year. Unfortunately there has not been much activity here on Nairaland but that doesn't mean nothing was happening. For those that have been visiting the forum ([url]darkdove.proboards.com[/url]) you'll notice that a lot has happened over the past months. But I'll be pleased to highlight some of them. Game controller (Game Pad) integration was added, a server based implementation for multi-player game play was experimented and lots of code-base refactoring.

https://i.imgur.com/IYRQGol.jpg

and yes that is Drone Anarchy running on a laptop and on an android phone. grin We achieved a successful porting to Android and there was even an experimental emscripten implementation to run on web. It has really been interesting and I bet there are lot more to come. So once again Season Greeting from the DARKDOVE team
Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 5:09pm On Nov 08, 2015
dake40:
I need some help!....every workout on this thread seems like magic to me!....


Is my blender 3D different from yours?...the size of mine is about 60MB! Hope that's the right size or I'v downloaded junk?......
Nope! You have the right blender, I believe urs is 32bit build. Blender is small but mighty smiley
Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 5:12am On Oct 01, 2015
wilsonreuben:
Ruth test render
Nice work
Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 2:25pm On Sep 15, 2015
kazuna:

https://www.youtube.com/watch?v=hcj6zw_KVhE

Animated version.
Nice work bro... The snake movement might need some adjustment
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 3:23pm On Aug 26, 2015
Stconvict:
I've seen a friendlier place to get started. Time to get the engine kicking! cool
I guess you won't be surprise seeing three external links there pointing to our humble project grin . I will work to increase the number of those links
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 8:50am On Aug 26, 2015
Stconvict:
I thought the project was C++ oriented. I can only see angelscripts and other game assets.
The project is a C++ project, AngelScript is a C++ like Scripting Language used by Urho3D in extending an application. AngelScript is used in DARKDOVE mainly for prototyping: Just write the code and run it (compile time is soooooooooo negligible) . Now when you are satisfied with the code, you can port it easily to C++.

You'll notice that Urho3D's Samples also come in AngelScript flavor (as well as lua, which is another scripting language supported by Urho3D).

Most of the "experiments" we conduct in DARKDOVE are done in AngelScript so we can quickly test out an idea before implementing it.
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 8:02am On Aug 26, 2015
Stconvict: There isn't enough doc about the engine.
Can the engine allow me to go as low-level as writing shaders and making OpenGL API calls?
Urho3d source distribution comes with a html doc (which is also online) , while I agree that the doc might not be as exhaustive as that of other game frameworks, the docs when combined with the code of the provided samples, is more than enough for the average "Hacker Joe" to start coding with Urho3d

You want to write shader? Awesome!!!! Though Urho3D comes with a handful of shaders in HLSL and GLSL, you can still write yours and add into the pipeline as easy as ABC


About OpenGL call?
:/
Urho3D is built up by third party libs and this includes OpenGL and Direct3D depending on ur choice and platform. But one good thing about Urho3D's inclusion of these libs is that there is an abrastion layer over them, so the API u work with is that of Urho3D and not of the underlying lib
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 4:26pm On Aug 25, 2015
Stconvict:
2013 damn! Where was I then?
Dude, Am I late to the party?
I'd love to join the project.
C++! Finally, people who don't run away from it.
Where is it hosted? grin
*EDITED*
Seen it.
I'll see how much I can contribute coz I'm neck-deep in libGDX.
Naahhhh!!!! No one is late for this party grin

Urho3D's API has a very neat structure and is very easy to understand and code with.

Welcome on board
ProgrammingRe: A Call To Game Developers! by BlueMagnificent(m): 5:20am On Aug 25, 2015
Hi grin
ProgrammingRe: Check In: Submit Your C++ Questions Lets Solve by BlueMagnificent(m): 8:15pm On Jul 06, 2015
codemarshal08:
Note:read less and Practice more
Exactly... And don't forget to study source codes you might come across
ProgrammingRe: Check In: Submit Your C++ Questions Lets Solve by BlueMagnificent(m): 11:43pm On Jul 05, 2015
jacob05:
main.cpp


/*
* File: main.cpp
* Author: pyjac
*
* Created on June 30, 2015, 1:51 AM
*/

#include <cstdlib>
#include <iostream>
#include "fraction.h"
#include <cassert>

using namespace std;


/*
*
*/
int main(int argc, char** argv) {

Fraction a(3,1,2);
Fraction b(2,3);
Fraction c(4,5);
Fraction d(4);
Fraction e(6,2);
Fraction f(9,6,8 );

Fraction g = a + b - c * d / e -f;
cout << "Solution: " << g <<endl; // -133/20
return 0;
}
Nice one
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 10:18pm On Jun 29, 2015
John5117:
Sure.....aw iz d development coming cos I saw only 2 contributors on github
Development has actually been moving at an impressive pace. At the Official DARKDOVE forum there are roughly 13 members, me inclusive, but unfortunately majority are inactive. The contributors currently are myself and one of our newest members who has really done a lot to enhance Drone Anarchy.

From your earlier post there seems to be some misconception about the current development in DARKDOVE. We are currently not working on the Main DARKDOVE Project which is Incub8:Eve, instead we are running series of incremental experiments and tests of Urho3D's capability as a proof of concept in the form of Drone Anarchy.
ProgrammingRe: Check In: Submit Your C++ Questions Lets Solve by BlueMagnificent(m): 6:09pm On Jun 28, 2015
jacob05:
Boss Abi ooo.... Just ain't ready to push the argument ni ooo... How's the game project going?
Its really going well, getting interesting day by day
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 5:02pm On Jun 28, 2015
Good Evening... What a wonderful week ahead and quite an era of busy days it has been.

Project DARKDOVE has been progressing at an interesting rate thanks to the "Enhancing the Proof of concept" exercise currently going on in our little humble development team.

A handful of Urho3D features are being experimented using DroneAnarchy and you'd be surprise to find out that there are lots of commit on the Git repository to that effect. DroneAnarchy's source code has been greatly refactored with the game objects remodeled to make game play easily extensible grin . Currently experiments are on going in area of Multiplayer, Mobile Player Object as against the currently fixed position and implementation of Detour Crowd for Drone navigation.


And yes, it is still open source, smiley everyone can see how it was all made. Feel free to peruse through the code at the Github repository or better still join the project at http://darkdove.proboards.com

More information to come later as the week moves on
ProgrammingRe: Check In: Submit Your C++ Questions Lets Solve by BlueMagnificent(m): 2:04pm On Jun 28, 2015
1stdami:
i am talking abt c++ console here ...but java can perform the operation easier dont u tink so
Sorry, there is noting like C++ console. What I believe you mean is writing and reading from the console which every other programming language does. And C++ is as much object oriented as java
Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 2:05am On Jun 25, 2015
Tos87:
presently, I work with a laptop... 4gig ram of 64 bit... Compaq.
I have been asking this question for a long time... if a laptop ram size can be upgraded, because I know of desktop ... and no one seems to know. so I now throw the question to you... if it is possible then am in.
A laptop ram is upgradeable.
If your laptop has two ram slot and one of these slots is empty then you can add another ram to it. If you have double 2gb ram (one 2gb ram per slot) then you can swap them for a single 4gb ram and get an additional one making it 8gb in total
ProgrammingRe: Need help learning Modern C++ by BlueMagnificent(m): 8:18pm On Jun 18, 2015
You might want to look up some Open Source C++ projects. You'll learn quite a lot by perusing through their codes.

Come rain or shine C++ Rocks grin
ProgrammingRe: Hope For C++ Newbies: Gui Toolkits by BlueMagnificent(op): 6:06pm On Jun 18, 2015
peterincredible:
am writing it with c++ and i am using qt , i heard for u to be able to have a stand alone app u have to do a static building configuration or so can u help me explain dat and also i am also interested in mobile app can i use qt to develop a mobile app and also is there diff btw gui programming app and mobile app your contributions will be highly gratefull tanks
The information about doing static building configurations is not really right as such. You can have a standalone application whether you are using static or dynamic linking.

By linking statically it means that the qt codes referenced in your application are bound to your application executable during compile time, this means that you would'nt need to distribute any of your applications with additional qt based dependencies. The downside is that your application's executable size increases.

With dynamic linking, a reference to the qt library code (not the whole code) that your application uses is bound to your application during compile time. When you application runs it then loads the needed codes dynamically from the qt library (which on windows is a .dll file). The advantage of this is that your executable's size is far smaller than if it was build using static linking. The downside offcourse is that for you to distribute your application, you have to distribute it with the needed qt dlls else it won't run.


So in both cases your still have your stand alone executables, just that for dynamically links application you'll have to include the qt dlls while distributing it
ProgrammingRe: Hope For C++ Newbies: Gui Toolkits by BlueMagnificent(op): 5:00am On Jun 17, 2015
peterincredible:
pls i am working on an app pls i want to know by d tym i finish with d app how can i make it a stand allone app in exe format or any other format your reponse will be highlyy appreciated tanks
Which language are you building the app with and which libraries are you using?

If you are building with C++ and you are using any of the mentioned toolkits (wxWidgets or Qt) then your app is build directly as a stand alone executable. Note that if you want to distribute this executable you would have to distribute it along with the necessary dlls that it links with at run time
ProgrammingRe: Hope For C++ Newbies: Gui Toolkits by BlueMagnificent(op): 3:28am On Jun 13, 2015
ijeezlux:
Hey guys.. i really commend all ur effort in this forum. Please j need u guys to help me explain how to QDir class member function path(). Thanks
I am a bit confused as to what your question is about. Please can you explain better
ProgrammingRe: Opensource 3D Game Participation Call by BlueMagnificent(op): 7:36am On May 31, 2015
Good Morning Creative Minds...
Our Proof Of Concept, Drone Anarchy, now has support for Game Controller (Game Pad) and has also been tested on linux platform. Currently we have a handful of further enhancements and additions lined up for it in the coming days. Will still brief u guys on how its going.

Of course you can get the latest source from our GitHub repository https://github.com/DARKDOVE/Drone_Anarchy
And don't forget our mantra... "Every complex thing is made up of little simple parts"
Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 12:45pm On May 25, 2015
cupid1:
boss, please, one question...are you using a reference for this ?...'cos if you're not, i'll have to commend your visualization and imagination skills.
Actually there is no reference image I'm modeling from, what I did was to google up pics of beast and four legged animals from which I visualised shape and form to work on
Art, Graphics & VideoRe: 3D ENTHUSIAST ZONE: Blender 3d For The Novice Of The Highest Order! by BlueMagnificent(m): 10:32am On May 24, 2015
In reply to Kazuna's monster, Yesterday I decided to conjure up an old forbidden magical art to resurrect the ancient beast Kadeem grin

WIP

Initial blocking

https://i.imgur.com/aUpt7rw.png
https://i.imgur.com/xkEHlSe.png

Final touches before sculpting

https://i.imgur.com/amPj3rj.png
https://i.imgur.com/E26Ly8X.png


huh I just pray I get the chance to fully resurrect this beast this week

1 2 3 4 5 6 7 8 9 10 (of 10 pages)