Heroscapers


Reply
 
Thread Tools Display Modes
  #1  
Old May 26th, 2010, 05:38 PM
tcglkn's Avatar
tcglkn tcglkn is offline
Tickle Pickle
 
Join Date: August 17, 2009
Location: USA - NC - Greensburo
Posts: 19,597
tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun
Summer Project

I have given myself the summer project of converting VirtualScape over into a program that Mac users can easily use. I am not very good at programming so this will be a huge learning curve. Any of you guys on this site that have any experience programming, especially on Mac, if you have any advice for me please post. I am looking for some good instructional websites, books and videos.
Thanks,
tcglkn


Welcome to C3G | C3G Playtesting Sign Up | C3G Books of Index

Praise about C3G: "This is great. The cards have everything you need to know about the figure on them."

Reply With Quote
  #2  
Old May 26th, 2010, 08:19 PM
Snappleman's Avatar
Snappleman Snappleman is offline
C3G's Plaid Scientist
 
Join Date: February 19, 2010
Location: USA - MO - Ballwin
Posts: 361
Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness
Re: Summer Project

Has anyone tried using wine to run VS on a mac?


Reply With Quote
  #3  
Old May 26th, 2010, 10:03 PM
tcglkn's Avatar
tcglkn tcglkn is offline
Tickle Pickle
 
Join Date: August 17, 2009
Location: USA - NC - Greensburo
Posts: 19,597
tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun
Re: Summer Project

Quote:
Originally Posted by Snappleman View Post
Has anyone tried using wine to run VS on a mac?
Yea I tried it. It works decent, but the 3D rendering doesn't work. The program locks up everytime I try to generate a 3D image.


Welcome to C3G | C3G Playtesting Sign Up | C3G Books of Index

Praise about C3G: "This is great. The cards have everything you need to know about the figure on them."

Reply With Quote
  #4  
Old May 27th, 2010, 09:24 AM
Snappleman's Avatar
Snappleman Snappleman is offline
C3G's Plaid Scientist
 
Join Date: February 19, 2010
Location: USA - MO - Ballwin
Posts: 361
Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness Snappleman wears ripped pants of awesomeness
Re: Summer Project

I've been a software developer for almost 10 years now and I can say that converting code from one language to another is a difficult task. Make that nearly impossible if the program is complex (3D) and the individual attempting the task isn't already very familiar with both languages. If learning is your goal and not creating a Mac version of VS, then I say jump in, have fun and mess around and as long as you're enjoying the learning part, you might actually come up with something awesome.

When approaching a big project like this, I've found it usually works best if you already know most of what you're attempting to do and have a couple holes to fill in versus having a big hole in the middle and knowing some stuff around the edges.

If you're like me, you'd probably do best making a 3d app in a mac language first from scratch rather than trying to read through VirtualScape's code. Once you're familiar with the Mac libraries, you'll have a much easier time trying to figure out how the Windows code works. I'm not sure how much help I can give on either language (I'm a Java guy), but if you have general programming questions, feel free to poke me.


Reply With Quote
  #5  
Old May 27th, 2010, 11:28 AM
tcglkn's Avatar
tcglkn tcglkn is offline
Tickle Pickle
 
Join Date: August 17, 2009
Location: USA - NC - Greensburo
Posts: 19,597
tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun tcglkn is a penguin with a machine gun
Re: Summer Project

Quote:
Originally Posted by Snappleman View Post
If you're like me, you'd probably do best making a 3d app in a mac language first from scratch rather than trying to read through VirtualScape's code. Once you're familiar with the Mac libraries, you'll have a much easier time trying to figure out how the Windows code works. I'm not sure how much help I can give on either language (I'm a Java guy), but if you have general programming questions, feel free to poke me.
Where would you begin to code a program? Is there a program you use? My summer goal was to use WineBottler to convert VirtualScape. But this sounds like more fun


Welcome to C3G | C3G Playtesting Sign Up | C3G Books of Index

Praise about C3G: "This is great. The cards have everything you need to know about the figure on them."

Reply With Quote
  #6  
Old May 27th, 2010, 12:12 PM
Cavalier's Avatar
Cavalier Cavalier is offline
Trainer of n00bs
 
Join Date: August 16, 2006
Location: UT - Vernal
Posts: 10,605
Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death! Cavalier is hot lava death!
Re: Summer Project

Quote:
Originally Posted by tcglkn View Post
Quote:
Originally Posted by Snappleman View Post
If you're like me, you'd probably do best making a 3d app in a mac language first from scratch rather than trying to read through VirtualScape's code. Once you're familiar with the Mac libraries, you'll have a much easier time trying to figure out how the Windows code works. I'm not sure how much help I can give on either language (I'm a Java guy), but if you have general programming questions, feel free to poke me.
Where would you begin to code a program? Is there a program you use? My summer goal was to use WineBottler to convert VirtualScape. But this sounds like more fun
You start by taking some VERY basic classes.

Programming is not easy and something like VS is beyond daunting, especially to a beginner.


~Hello World~


Reply With Quote
Reply


Go Back   Heroscapers > Custom HeroScape Creations > Software
Software: Software created for enhancing HeroScape


Similar Threads
Thread Thread Starter Forum Replies Last Post / Vote
Top 5 Spring/Summer Brews Arcus General 4 April 25th, 2009 11:17 PM
Onacara's Map Facelifts Project--Project #2 (page 5) Onacara Maps & Scenarios 85 December 7th, 2008 11:07 PM

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 10:18 AM.

Heroscape background footer

Page Layout/Style Options