Search:

Type: Posts; User: mitko29

Page 1 of 6 1 2 3 4

Search: Search took 0.33 seconds.

  1. Thread: Piano question

    by mitko29
    Replies
    4
    Views
    1,316

    Re: Piano question

    Ok that was helpfull, thank you I mannaged to do it with some high mat, but it was verry hard to combine them, because there is many variables which have to calculate in runtime.
    I want to use this...
  2. Replies
    1
    Views
    1,405

    Re: Arduino project need help!!!!!!!!!!!!!!!

    You get this error because you have something arrached to the ping od the board or the usb is not making good connection.
    What you want to do is really simple, so my suggestion is to try make it by...
  3. Thread: Piano question

    by mitko29
    Replies
    4
    Views
    1,316

    Piano question

    Hi guys, I am making a piano mid library where you can play each note of the piano with just a single line, but I saw a android application Perfect Piano where they can mix two buttons sound at a...
  4. Replies
    0
    Views
    2,397

    NAudio library question

    Hello guys I am using NAudio and I have this class :


    public class Music
    {
    private string fileLocation;
    private IWavePlayer waveout;
    private WaveStream outputStream;
    ...
  5. Replies
    2
    Views
    1,345

    [RESOLVED] P2P question

    Hello guys I have to make a game with user connected to server, now I have the server and client side but my question is how to make my server global , so everyone who have the client to connect to...
  6. Replies
    3
    Views
    1,477

    Re: Generating numbers

    Well the contest want to do it this way , I mean using 2D array.
    But what worries now me is that the 2d array will be 1000x1000 which is a lot :D
    And I am not sure that there is a way to write...
  7. Replies
    3
    Views
    1,477

    Generating numbers

    Hello is there some algorithm which can generate random numbers in int[,](two dimentional array).
    Let's say I have these numbers :
    http://store.picbg.net/pubpic/BA/1E/7a4dc5a9bbf9ba1e.png
    lets say...
  8. Replies
    7
    Views
    1,438

    Re: Help me to get a decision (dictionary)

    Using list is maybe the worst idea here,search and order them I have to go threw every element in the list and this is hell slow and the program have to work for under 2 seconds :)
  9. Replies
    7
    Views
    1,438

    Re: Help me to get a decision (dictionary)

    Can you point me how to solve it ?
  10. Replies
    7
    Views
    1,438

    Re: Help me to get a decision (dictionary)

    Well acording to the program I have to add Name,Price,Producer which is my class Products.
    Then I have to delete by name or by name and producer.
    Search by all items by name , and all items by...
  11. Replies
    7
    Views
    1,438

    Re: Help me to get a decision (dictionary)

    No, I can have dublicate combinations of Name and Product :)
  12. Replies
    7
    Views
    1,438

    Help me to get a decision (dictionary)

    Hello, guys I found one interesting task in one of my programming book which I coulddn't solve there and I am trying to do it now.
    So in this task I have three field Name,Product,Price and I can...
  13. Replies
    1
    Views
    589

    Compress and draw multy dimensional array

    Hello, guys is there a way to compress a array with size 20x20 into 10x10 without losing data , I am talking about byte[,].

    Мy other question is how can I determine in byte[,] how many line's I...
  14. Replies
    0
    Views
    1,042

    [RESOLVED] Thinning image

    Hello, I am trying to make every picture no matter what size they are, and how bold they are exactly 1px.

    Is there some examples of Skeletonizing in c# ?
  15. Replies
    2
    Views
    1,254

    2.0 Re: Bitmap image in 2D array

    Anyone ?
  16. Replies
    2
    Views
    1,254

    2.0 Bitmap image in 2D array

    Hello, guys I am trying to turn a bitmap image into 2D array .
    This is my bitmap image:
    http://store.picbg.net/pubpic/28/7C/83a32d823fcc287c.png
    I want to represent each white pixel inside the...
  17. Replies
    3
    Views
    949

    Re: Recognize pattern

    Well this is what I build for two days :
    http://store.picbg.net/pubpic/79/9B/5b5ccb3ae178799b.png ,
    but now I am trying to recognize these two:...
  18. Replies
    3
    Views
    949

    Recognize pattern

    Hello,guys I am trying to write a app in which I have to recognize user drawing just like these three here, so can you tell me how to do it under C#....
  19. Replies
    1
    Views
    651

    2.0 onclick handler for drawed objects

    Hello,I have two dimentianal array which I visualizate on screen this way:

    g.DrawImage(img, col * BALLON_CELL_SIZE, row * BALLON_CELL_SIZE);
    Where BALLON_CELL_SIZE is 30.
    How can I attach on...
  20. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    In the code you commented :
    sx,sy - are positive integers where I store the smallest point.
    one,two - as far as you can see are points and they represent each other point left in the list.

    So I...
  21. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    Well , what can I say sorry for misunderstanding :)

    I already started writing the code , but I have one little glitch and I post it here if someone is able to help me.
    So I am trying to sort with...
  22. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    How am I suppose to calculate a angle between two points , did you mean distance ?

    Because the only way I can figure out for calculation is about distance:

    Z^2 = x^2+y^2;
    where z - is the...
  23. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    Well I through to do it this way:
    1.Find the point with smallest X & Y coordinates.
    2.Start increasing Y axes(X is still the same) until you reach the second point when you reach it draw...
  24. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    There are rules :
    1: Each horizontals are convex polygons
    2: Every two adjacent sides of a polygon are at an angle less than 180 degrees
    3:Polygons can invest each other, without touching or...
  25. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    Anyone ?
  26. Replies
    13
    Views
    1,392

    Re: Idea how to solve one problem

    Try now......
  27. Replies
    13
    Views
    1,392

    Idea how to solve one problem

    Hello all today I found one problem which I think is very interesting.
    On the picture below you can see blue points which are X & Y coordinates.
    After entering all X & Y points they need to be...
  28. Replies
    6
    Views
    4,401

    Re: question about drawing 3D

    Ok,I did it but now I am trying to apply Bounding Sphere on my 3D model and detect collision.

    http://store.picbg.net/pubpic/3F/31/28d47b1563523f31.png

    So far so good but I have problem...
  29. Replies
    6
    Views
    4,401

    Re: question about drawing 3D

    I don't think that this is the general problem.
    How am I suppose to say to xna framework that I wan't to initialize the objects only behind the black line ?
  30. Replies
    6
    Views
    4,401

    Re: question about drawing 3D

    Hi boops boops thanks for you comment , but I am not sure that I fully understand you .
    What do you mean with

    from random.Next you are probably defining the random object at too low a level.
  31. Replies
    19
    Views
    5,293

    [VB.NET] Re: Developing a game engine

    I am not saying that is not possible , just the visual basic is not the right tool for this enterprise.
  32. Replies
    19
    Views
    5,293

    [VB.NET] Re: Developing a game engine

    Let just say it this way Visual Basic is not the right tool to create game or game engine,and if visual basic is your first programming language...... forget it.
  33. Replies
    19
    Views
    5,293

    [VB.NET] Re: Developing a game engine

    You wan't to create something like Game Maker with VB.NET - you are kidding right :)
  34. Replies
    6
    Views
    4,401

    question about drawing 3D

    Hi all I am trying to draw my 3D enemy each time I call the enemy class at random position , but without success :)

    That is my drawing code:

    if ((texture != null) && (texture.Meshes.Count >...
  35. Replies
    10
    Views
    3,207

    Re: Writing enemies for game

    Thanks for the explanation and the directX cod,but I decided to use XNA instead ,but I have a little problem:
    So first i wrote a application which take the camera image inside bitmap variable.
    Then...
  36. Replies
    10
    Views
    3,207

    Re: Writing enemies for game

    ok but is there a way to transform camera bitmap image in texture in xna or directX,this way I will be able to create augmented reality ?
  37. Replies
    10
    Views
    3,207

    Re: Writing enemies for game

    Yeah it will be great to use xna or directX to draw the enemy and then to control it,but my project is inside form and there is picturebox I load the camera image and when the camera see a special...
  38. Replies
    10
    Views
    3,207

    Re: Writing enemies for game

    No , I am just asking people with more experience than me in computer gaming how they will do it.
    I need to know how you will draw 50 enemies to user screen and make them attack at some location...
  39. Replies
    10
    Views
    3,207

    Writing enemies for game

    Hello, I am writing a 2D augmented reality game for now maybe I will make it 3D soon,but I want to experiment on 2D first.
    So I am new with writing games so my question is what is the principle of...
  40. Replies
    1
    Views
    782

    3.0/LINQ Re: How to draw 3D model easy ?

    someone ....
Results 1 to 40 of 234
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width