Author Topic: [new_calc] New Calc project ... with cas engine /!\  (Read 46107 times)

0 Members and 1 Guest are viewing this topic.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #90 on: November 15, 2012, 04:27:44 pm »
Qt does have quite a bit of overhead, but as long as you don't get too excessive, this board can handle it.

Plus, since this will be running plain linux, we as devs can use pretty much whatever GUI libraries we want, if any.
« Last Edit: November 15, 2012, 04:28:13 pm by willrandship »

Offline Vijfhoek

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 120
  • Rating: +13/-1
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #91 on: November 18, 2012, 09:49:50 am »
Hm, maybe it would be nice to have all developers develop in the same framework, so that all apps look kind of the same.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #92 on: November 18, 2012, 06:05:19 pm »
Even when using the same frameworks the apps would look wildly different. I don't see it as an issue if they don't look the same. The layout style (which is totally up to the developer) affects usability far more than the graphical appearance.

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #93 on: November 29, 2012, 04:55:24 am »
ok, sorry for no news.

I moved to a new house, and now i have the optical fiber. Our web designer is building the website.


we still need more coders.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #94 on: November 29, 2012, 05:54:09 am »
I'll only can program the GUI :/

Offline zweb

  • LV3 Member (Next: 100)
  • ***
  • Posts: 46
  • Rating: +14/-0
    • View Profile
    • Zweb's calc website
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #95 on: November 29, 2012, 06:13:13 am »
I'm a chinese student.I'm working on a DIY calculator project,too.My plan is use the STM32F3 as the main processor.And the total cost is about $16(100 yuan).I think I can help with the translation.

Offline _Nicco_

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 173
  • Rating: +6/-0
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #96 on: November 29, 2012, 07:19:28 pm »
I'm a chinese student.I'm working on a DIY calculator project,too.My plan is use the STM32F3 as the main processor.And the total cost is about $16(100 yuan).I think I can help with the translation.

Hi zweb, welcome to the forums.  You should introduce yourself <a href="http://www.omnimaga.org/index.php?board=10.0">Here</a>.

ok, sorry for no news.

I moved to a new house, and now i have the optical fiber. Our web designer is building the website.


we still need more coders.

What kind of coders?  I might be able to ask people in my computer science class but they all program in Java.
They say that your signature is supposed to go here...

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #97 on: November 29, 2012, 10:18:17 pm »
It's really difficult to program for an environment that's not available to you. Do you actually have your OS for the device available yet? We need that first or we won't even know what kind of libraries we'll have.

It's a generic enough ARM processor, correct? Why not set up a QEMU environment?

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #98 on: November 30, 2012, 01:05:11 am »
I'm a chinese student.I'm working on a DIY calculator project,too.My plan is use the STM32F3 as the main processor.And the total cost is about $16(100 yuan).I think I can help with the translation.

Nice, would be cool to be available even for chinese people.

Hi zweb, welcome to the forums.  You should introduce yourself <a href="http://www.omnimaga.org/index.php?board=10.0">Here</a>.

ok, sorry for no news.

and dev on this platform is not necessary, you just need to do code able to be compiled by gcc.
I moved to a new house, and now i have the optical fiber. Our web designer is building the website.


we still need more coders.

What kind of coders?  I might be able to ask people in my computer science class but they all program in Java.

Best is C++, cause the main project will be C++

other language could be usefull for no critic applications or addons.



Willrandship, you can buy the armadeus and a dev board. There is a hdmi output if i remember well. Linux distribution is available on their website.
I will buy one.

You can dev without a board. It need just to be able to be compiled by gcc.
« Last Edit: November 30, 2012, 01:32:36 am by Lancelot_du_lac »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #99 on: November 30, 2012, 02:13:33 am »
I can write quite a bit of code that can compile on GCC without being cross-compatible to different architectures. The easiest ways involve using functions like sizeof(<type>) or inlined assembly.

I already have a Raspberry Pi. That should be much closer, provided I don't use the hardware acceleration.

Also, why buy the distribution? Is it that hard to make your own? (PS it's not)
« Last Edit: November 30, 2012, 02:14:08 am by willrandship »

Offline Lancelot_du_lac

  • LV3 Member (Next: 100)
  • ***
  • Posts: 53
  • Rating: +3/-0
    • View Profile
    • LI-Systems
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #100 on: December 01, 2012, 05:05:26 pm »
I can write quite a bit of code that can compile on GCC without being cross-compatible to different architectures. The easiest ways involve using functions like sizeof(<type>) or inlined assembly.

I already have a Raspberry Pi. That should be much closer, provided I don't use the hardware acceleration.

Also, why buy the distribution? Is it that hard to make your own? (PS it's not)

i thought to use an open source distribution. there is some.

i found this board nice too : https://www.olimex.com/Products/OLinuXino/A13/A13-OLinuXino-MICRO/

and code can even be writed on a PC under windows, with QT installed, and just run MinGW for compile for PC. just run it on pc for debug and test.
The compilation will run same on linux.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #101 on: December 01, 2012, 05:26:43 pm »
Hi zweb, welcome to the forums.  You should introduce yourself <a href="http://www.omnimaga.org/index.php?board=10.0">Here</a>.

ok, sorry for no news.

and dev on this platform is not necessary, you just need to do code able to be compiled by gcc.
I moved to a new house, and now i have the optical fiber. Our web designer is building the website.


we still need more coders.

What kind of coders?  I might be able to ask people in my computer science class but they all program in Java.

Best is C++, cause the main project will be C++

other language could be usefull for no critic applications or addons.
I could maybe also help with that, I have some C++ knownledge. What graphics library will we use?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #102 on: December 01, 2012, 05:33:24 pm »
Hi, first time i read about this, and i have to say: i smell a good project in this

I don't know if you need anyone else but i'm not good at c++

My skills:
-html
-php
-c#
-ti-basic xD
-thinking capactity :D lol
- i'm in a very mathematical study so i know some things... And i'll learn a lot more...
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #103 on: December 01, 2012, 05:40:51 pm »
Maybe you could try with your thinking capaacity to come up with awesome algorythms for e.g. deriving functions and give them to somebody else who can program them in c++ :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: [new_calc] New Calc project ... with cas engine /!\
« Reply #104 on: December 01, 2012, 05:43:45 pm »
1st: the thinking capacities fail a lot xD
2nd: i don't understand :o what's deriving?
3rd: idk what functions are avaiable to perform in the algorythmes
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER