shapes

  1. D

    Job Offer - Programmer Vector Shape functions

    Hi! I need two paid jobs done to save a lot of time. You can apply for one or both! Info: By vector shapes, I mean a closed polygon where some lines can be straight, some can be Cubic beziers. Much like Adobe Illustrator. Constructed like the following: a list of points like x0, y0, x1, y1...
  2. I

    GameMaker 'Drawing' in game

    I want to make a game that lets the player 'draw' things in game, using the mouse as a sort of brush, with an adjustable radius for size. I want the object the player draws to then have a collisions on it and count as an object with its own code. Does anyone know what the best way to do this is?
  3. Tontete

    Question - IDE Physics Collision Shapes don't save.

    I create a Collision Shape in the Physics tab in an object. When I am done, it does not save, instead it is reverted back to an old version. I cannot find any way to save the shape, but it has worked properly before. What can I do to fix this?
  4. acidemic

    GML Check if a shape is convex/concave & get an angle between three points

    GM Version: GM:S 1.x | GMS 2.x Target Platform: All Download: N/A Summary: Use following code to find out whether a shape is convex or concave. It can be placed in "User" action of an object and run on request. Shape coordinates must be supplied as DS List in a 'list' variable. End result is...
  5. D

    SOLVED HELP! Optimizing drawing shapes GM 1.4

    Hello fellow game makers! I've been developing a game for about a year for which I now need to optimize the drawing for. What Am I drawing? It's numbers (text) and shapes (squares). What's the problem? The games slows down when i animate (especially on lower spec smart phones such as 1gb ram)...
  6. P

    [SOLVED] Can I create a game window with a custom shape?

    I would like to make a game where the window is in the shape of an octagon. I created the PNG background with transparency at the corners of the square to get an octagon. But when the game starts the corners of the square appear gray, because in the Background Tab of Room Properties there is no...
  7. S

    GML [SOLVED] Help with drawing shapes

    I've looked for this everyone, multiple times, but never found anything. Essentially, I want a function that can fill an area defined by a list of points. Other languages I've worked with had this feature as part of a built-in library. Is there any way to do this, or achieve the same effect?
Top